home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / c.def < prev    next >
Text File  |  2000-11-08  |  5KB  |  203 lines

  1. object TPersHolder
  2.   P.Name = 'C'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FIDirective = 4
  16.       FISymbol = 11
  17.       UseSymbols = True
  18.       UseLineDirectives = True
  19.       UseComments = True
  20.       UseSingleLineComments = True
  21.       UseMultiLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UsePrefixedNumbers = True
  26.       UseSuffixedNumbers = True
  27.       UseMultipleNumSuffixes = True
  28.       UsePrefixedSuffixedNumbers = True
  29.       UsePSNumComposition = True
  30.       UseKeywords = True
  31.       BlockDelimiters = <>
  32.       LineDirectivePrefix = '#'
  33.       SingleLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '//'
  37.         end>
  38.       MultiLineCommentDelimiters = <
  39.         item
  40.           FontID = 6
  41.           LeftDelimiter = '/*'
  42.           RightDelimiter = '*/'
  43.         end>
  44.       SingleLineStringDelimiters = <
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = #39
  48.           RightDelimiter = #39
  49.         end
  50.         item
  51.           FontID = 8
  52.           LeftDelimiter = '"'
  53.           RightDelimiter = '"'
  54.         end
  55.         item
  56.           FontID = 9
  57.           LeftDelimiter = 'L"'
  58.           RightDelimiter = '"'
  59.         end>
  60.       NumPrefixes = <
  61.         item
  62.           LeftDelimiter = '0x'
  63.         end
  64.         item
  65.           LeftDelimiter = '0X'
  66.         end>
  67.       NumSuffixes = <
  68.         item
  69.           LeftDelimiter = 'l'
  70.         end
  71.         item
  72.           LeftDelimiter = 'L'
  73.         end
  74.         item
  75.           LeftDelimiter = 'u'
  76.         end
  77.         item
  78.           LeftDelimiter = 'U'
  79.         end>
  80.       NumPrefixesSuffixes = <>
  81.       KeywordSets = <
  82.         item
  83.           FontID = 10
  84.           Name = 'reserved'
  85.           Keywords = 
  86.             'auto,break,case,cdecl,char,const,continue,default,do,double,else' +
  87.             ',enum,extern,far,float,for,fortran,goto,huge,if,int,interrupt,lo' +
  88.             'ng,near,pascal,register,return,short,signed,sizeof,static,struct' +
  89.             ',switch,typedef,union,unsigned,void,volatile,while'
  90.         end>
  91.     end>
  92.   P.FontTable = <
  93.     item
  94.       FontID = 0
  95.       GlobalAttrID = 'Whitespace'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = []
  101.     end
  102.     item
  103.       FontID = 1
  104.       GlobalAttrID = 'Integer'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clGreen
  107.       Font.Height = -13
  108.       Font.Name = 'Courier New'
  109.       Font.Style = []
  110.     end
  111.     item
  112.       FontID = 2
  113.       GlobalAttrID = 'Float'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clGreen
  116.       Font.Height = -13
  117.       Font.Name = 'Courier New'
  118.       Font.Style = []
  119.     end
  120.     item
  121.       FontID = 3
  122.       GlobalAttrID = 'Integer'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clGreen
  125.       Font.Height = -13
  126.       Font.Name = 'Courier New'
  127.       Font.Style = []
  128.     end
  129.     item
  130.       FontID = 4
  131.       GlobalAttrID = 'Defines'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clGreen
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = [fsBold]
  137.     end
  138.     item
  139.       FontID = 5
  140.       GlobalAttrID = 'Comment'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clGray
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = [fsItalic]
  146.     end
  147.     item
  148.       FontID = 6
  149.       GlobalAttrID = 'Comment'
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clGray
  152.       Font.Height = -13
  153.       Font.Name = 'Courier New'
  154.       Font.Style = [fsItalic]
  155.     end
  156.     item
  157.       FontID = 7
  158.       GlobalAttrID = 'String'
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clMaroon
  161.       Font.Height = -13
  162.       Font.Name = 'Courier New'
  163.       Font.Style = []
  164.     end
  165.     item
  166.       FontID = 8
  167.       GlobalAttrID = 'String'
  168.       Font.Charset = DEFAULT_CHARSET
  169.       Font.Color = clMaroon
  170.       Font.Height = -13
  171.       Font.Name = 'Courier New'
  172.       Font.Style = []
  173.     end
  174.     item
  175.       FontID = 9
  176.       GlobalAttrID = 'String'
  177.       Font.Charset = DEFAULT_CHARSET
  178.       Font.Color = clMaroon
  179.       Font.Height = -13
  180.       Font.Name = 'Courier New'
  181.       Font.Style = []
  182.     end
  183.     item
  184.       FontID = 10
  185.       GlobalAttrID = 'Reserved words'
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clBlue
  188.       Font.Height = -13
  189.       Font.Name = 'Courier New'
  190.       Font.Style = [fsBold]
  191.     end
  192.     item
  193.       FontID = 11
  194.       GlobalAttrID = 'Delimiters'
  195.       Font.Charset = DEFAULT_CHARSET
  196.       Font.Color = clBlack
  197.       Font.Height = -13
  198.       Font.Name = 'Courier New'
  199.       Font.Style = []
  200.     end>
  201.   P.SyntaxVersion = 3
  202. end
  203.